

.header .header-top {
	background: transparent;
}

.header .header-top .top-link .link {
	color: #fff;
}

.header .header-top .top-link .link:hover {
	color: #f18c02;
}

.header .header-top .top-gongneng .gongneng-item .wenzi {
	color: #fff;
}

.header .header-top .top-gongneng .gongneng-item:hover .wenzi {
	color: #f18c02;
}

.header .header-top .top-gongneng .gongneng-item.reg-login .link {
	color: #fff;
}

.header .header-top .top-gongneng .gongneng-item.reg-login .link:hover {
	color: #f18c02;
}

.header .header-top .top-gongneng .current-lang a {
	color: #fff;
}

.header .header-top .top-gongneng .gongneng-item.reg-login .icon {
	color: #f18c02;
}

.header .header-top .top-gongneng .gongneng-item.fhkj-vip-nums {
	padding-left: 0;
	border-left: 0;
}

.header .header-container .header-menu .menu-list .list-item .title-link {
	color: #fff;
}

.header .header-container .header-menu .menu-list .list-item.on .title-link,
.header .header-container .header-menu .menu-list .list-item .title-link:hover {
	color: #f18c02;
}

.header .header-container .header-menu .menu-list .list-item .title-link:after {
	background: #0195ff;
}

.fhkj-ship-type-select-wrap {
	width: 210px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	padding: 0 16px;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	top: 5px;
}
.fhkj-arr-down {
	width: 14px;
	height: 8px;
	background: url('../img-2023-12-26/arrow-bottom.png') no-repeat center / contain;
}

.fhkj-ship-type-list-1 {
	color: #333;
	width: 100%;
	border-radius: 6px;
	background-color: #fff;
	/* height: 200px; */
	position: absolute;
	top: 30px;
	left: 0;
	padding: 8px 0;
	border: 1px solid #c4ccd7;
	box-shadow: 0 4px 4px #004679;
	display: none;
}
.fhkj-ship-type-list-2 {
	color: #333;
	width: 210px;
	background-color: #fff;
	border-radius: 6px;
	position: absolute;
	padding: 8px 0;
	border: 1px solid #c4ccd7;
	box-shadow: 0 4px 4px #004679;
	position: absolute;
	top: 0;
	left: 208px;
	min-height: 100%;
	display: none;
}
.fhkj-ship-type-list-1-item {
	height: 40px;
	padding: 0 24px;
}
.fhkj-ship-type-list-2-item {
	height: 40px;
}
.fhkj-ship-type-list-2-item a {
	color: #333;
	padding: 0 24px;
}
.fhkj-ship-type-list-2-item:hover a {
	color: #0092ff;
}

.fa-angle-right {
	font-size: 20px;
}

.fhkj-ship-icon {
	width: 50px;
	height: 25px;
	object-fit: contain;
	margin-right: 14px;
	margin-top: -8px;
}

.fhkj-ship-type-select-wrap:hover {
	background: #fff;
	color: #333;
}
.fhkj-ship-type-select-wrap:hover .fa-th-list {
	color: #0092ff;
}
.fhkj-ship-type-select-wrap:hover .fhkj-arr-down {
	background: url('../img-2023-12-26/arrow-bottom-b.png') no-repeat center / contain;
	transform: rotate(-180deg);
}
.fhkj-ship-type-select-wrap:hover .fhkj-ship-type-list-1 {
	display: block;
}

.fhkj-ship-type-list-1-item:hover {
	background-color: #0092ff;
	color: #fff;
}
.fhkj-ship-type-list-1-item:hover  .fa-angle-right {
	color: #fff;
}

.fhkj-ship-type-list-1-item:hover .fhkj-ship-type-list-2 {
	display: block;
}

.fhkj-header-action {
	padding-bottom: 76px;
	margin: 36px auto 0;
}

.fhkj-search {
	display: flex;
}

.fhkj-search .text {
	height: 50px;
	line-height: 48px;
	pointer-events: auto;
	border: 1px #fff solid;
	width: 780px;
	background: #fff;
	padding: 0 20px;
	color: #454545;
	font-size: 14px;
	border-radius: 6px 0 0 6px;
}

.fhkj-search .button {
	height: 50px;
	line-height: 50px;
	pointer-events: auto;
	background: linear-gradient(to right, #f18b02, #ea5413);
	width: 150px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	cursor: pointer;
	font-weight: bold;
	border-radius: 0 6px 6px 0;
}

.fhkj-sale-wrap {
	display: flex;
	align-items: center;
	margin-bottom: 38px;
}

.fhkj-sale-ship-btn,
.fhkj-buy-ship-btn {
	display: block;
	width: 210px;
	height: 42px;
	border: 2px solid #fff;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
}

.fhkj-buy-ship-btn {
	display: block;
	margin-left: 18px;
}

.fhkj-buy-ship-btn>img,
.fhkj-sale-ship-btn>img {
	width: 24px;
	height: 24px;
	object-fit: contain;
	margin-left: 25px;
	margin-right: 27px;
}

.fhkj-buy-ship-btn:hover,
.fhkj-sale-ship-btn:hover {
	background: #0195ff;
	border-color: #0195ff;
}


.fhkj-zaishou-nums {
	color: #ffa535;
}

.fhkj-zaishou-nums>span:nth-of-type(1) {
	font-size: 48px;
	font-weight: bold;
}

.fhkj-zaishou-nums>span:nth-of-type(2) {
	font-size: 24px;
	margin-left: 16px;
}

.blue-jianbian {
	background-image: linear-gradient(to right, #0067ff, #0194ff);
}

.sell-box .sellbox-container .more .link:hover {
	background: linear-gradient(to right, #f18b02, #ea5413);
}

.fhkj-more {
	text-align: center;
}

.fhkj-more .link {
	width: 210px;
	line-height: 46px;
	color: #fff;
	font-size: 18px;
	border-radius: 46px;
}

.fhkj-more .link:hover {
	background: linear-gradient(to right, #f18b02, #ea5413);
}

.fhkj-qiugou-item {
	width: 292px;
	height: 368px;
	border: 3px solid #fff;
	border-radius: 20px;
	box-shadow: 0 0 15px 8px rgba(1, 1, 1, .1);
	padding: 20px 18px 28px 18px;
	margin-bottom: 30px;
	color: #000;
}

.fhkj-qiugou-item-fake {
	width: 292px;
}

.fhkj-qiugou-item:hover {
	border-color: #0195ff;
background-color:#fff;
}

.fhkj-qiugou-item:hover .fhkj-qiugou-item-desc {
	color: #0195ff;
}

.fhkj-qiugou-check-btn {
	width: 96px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 6px;
	color: #0195ff;
	border: 1px solid #0195ff;
}

.fhkj-qiugou-item-title {
	font-size: 18px;
	font-weight: bold;
}

.fhkj-qiugou-item-title::after {
	content: '';
	display: block;
	width: 32px;
	height: 4px;
	background: #000;
	margin-top: 10px;
}

.fhkj-qiugou-item-desc {
	font-size: 16px;
	margin-top: 24px;
}

.fhkj-qiugou-item-detail {
	margin-top: 30px;
	width: 100%;
	font-size: 14px;
}

.fhkj-qiugou-item-detail>div {
	margin-bottom: 12px;
}

.fhkj-index-service {
	height: 1080px;
	background: #0195ff url('../img-2023-12-26/services-bg.png') no-repeat right bottom / contain;
}

.fhkj-index-service>.w1300 {
	height: 100%;
}

.fhkj-deal-ship-wrap {
	width: 100%;
	height: 456px;
	background-color: #fff;
	border-radius: 6px;
	padding: 36px 30px 0 10px;
}

.fhkj-deal-icon {
	width: 94px;
	height: 93px;
	margin-left: 0px;
	margin-right: 12px;
}

.fhkj-deal-title-title {
	font-size: 36px;
	position: relative;
}

.fhkj-deal-title-title div:nth-of-type(2) {
	font-size: 24px;
	margin-top: 15px;
}

.fhkj-deal-title-title::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../images/block-yellow.png') no-repeat center / contain;
	position: absolute;
	right: -30px;
	top: -10px;
}

.fhkj-deal-title-title::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../images/block-blue.png') no-repeat center / contain;
	position: absolute;
	right: -50px;
	top: -20px;
}

.fhkj-deal-title {
	width: 570px;
	font-size: 24px;
	font-weight: bold;
	margin-left: 25px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 16px;
}

.fhkj-deal-title::before {
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background: #0195ff;
	margin-right: 19px;

}

.fhkj-deal-title a {
	font-weight: normal;
	font-size: 14px;
	color: #000;
}

.fhkj-deal-title a:hover {
	color: #0195ff;
}


.fhkj-deal-table {
	width: 626px;
}

.fhkj-deal-table .biaotou {
	width: 600px;
}

.fhkj-deal-table .biaotou .td {
	color: #454545;
	font-size: 16px;
	line-height: 1.2;
	height: 50px;
	text-align: center;
	font-weight: 500;
	font-weight: bold;
}

.fhkj-deal-table .biaoshen {
	height: 150px;
	overflow: hidden;
}

.fhkj-deal-table .biaoshen .biaoshen-content {
	height: 150px;
	overflow: hidden;
}

.fhkj-deal-table .dis-table {
	width: 600px;
}

.fhkj-deal-table .dis-tablerow:nth-child(2n+1) {
	background: #f8f8f8;
}

.fhkj-deal-table .biaoshen .td {
	text-align: left;
	position: relative;
	z-index: 0;
	color: #454545;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 300;
	padding: 0 10px;
	height: 50px;
}

.fhkj-deal-table .biaoshen .td .name {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 0;
}

.fhkj-deal-table .biaoshen .td .fullname {
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 6px;
	background: #fff;
	border: 1px #dcdcdc solid;
	padding: 10px;
	box-shadow: 0 0 10px rgba(210, 210, 210, .17);
	width: auto;
	white-space: nowrap;
	border-radius: 5px;
	display: none;
}

.fhkj-deal-table .biaoshen .td:hover {
	z-index: 1;
}

.fhkj-deal-table .biaoshen .td:hover .fullname {
	display: block;
}

.fhkj-deal-table [data-scrollbar] .scrollbar-thumb {
	background: #f18c02;
}

.fhkj-deal-table .hidden-jiage a {
	color: #0195ff;
	font-size: 14px;
}

.fhkj-report-download-wrap {
	margin-left: 26px;
	height: 190px;
	margin-top: 12px;
	position: relative;
	padding: 0 28px;
	color: #fff;
	font-size: 25px;
	line-height: 2;
}

.fhkj-download-btn {
	display: block;
	width: 50px;
	height: 50px;
	background: url('../img-2023-12-26/download.png') no-repeat center / contain;
}

.fhkj-service-wrap {
	width: 100%;
	height: 384px;
	background: rgba(255, 255, 255, .2);
	margin-top: 46px;
	border-radius: 6px;
	padding: 15px 30px;
	border: 1px solid #a0d7ff;
}

.fhkj-service-title-title {
	font-size: 36px;
	position: relative;
	color: #fff;
}

.fhkj-service-title-title div:nth-of-type(2) {
	font-size: 24px;
	margin-top: 15px;
}

.fhkj-service-service-title {
	position: relative;
}

.fhkj-service-service-title::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img-2023-12-26/block-white.png') no-repeat center / contain;
	position: absolute;
	left: 160px;
	top: 0px;
	opacity: .5;
}

.fhkj-service-service-title::after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img-2023-12-26/block-white.png') no-repeat center / contain;
	position: absolute;
	left: 180px;
	top: -10px;
	opacity: .5;
}

.fhkj-service-item {
	width: 208px;
	height: 208px;
	background-color: rgba(1, 117, 201, .6);
	border-radius: 8px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 27px;
	transition: all .3s;
	text-align: center;
	padding: 18px 0 15px 0;
}

.fhkj-arrow-bottom {
	width: 13px;
	height: 8px;
}

.fhkj-service-icon-wrap {
	width: 102px;
	height: 102px;
	background: #015c9e;
	border-radius: 50%;
	border: 1px solid #2c87c9;
	position: relative;
	transition: all .3s;
}

.fhkj-service-icon-wrap>div {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 1px solid #fff;
}

.fhkj-service-icon-wrap img {
	width: 55px;
	height: 50px;
	object-fit: contain;
}

.fhkj-service-item:hover {
	background: #58b9ff;
}

.fhkj-service-item:hover .fhkj-service-icon-wrap {
	border: 1px solid #7bc8ff;
	background: #7bc8ff;
}

.fhkj-service-item:hover .fhkj-service-icon-wrap>div {
	background: #fff;
}

.fhkj-service-icon-w {
	display: block;
}

.fhkj-service-icon-b {
	display: none;
}

.fhkj-service-item:hover .fhkj-service-icon-wrap .fhkj-service-icon-b {
	display: block;
}

.fhkj-service-item:hover .fhkj-service-icon-wrap .fhkj-service-icon-w {
	display: none;
}

.fhkj-index-news {
	height: 876px;
	background: url('../img-2023-12-26/news-bg.png') no-repeat center / cover;
}

.fhkj-news-title-title {
	font-size: 36px;
	/* font-weight: bold; */
	color: #fff;
	position: relative;
}

.fhkj-news-title-title::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img-2023-12-26/block-white.png') no-repeat center / contain;
	position: absolute;
	right: -30px;
	top: -10px;
}

.fhkj-news-title-title::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: url('../img-2023-12-26/block-white.png') no-repeat center / contain;
	position: absolute;
	right: -50px;
	top: -20px;
	opacity: .6;
}

.fhkj-news-title {
	width: 630px;
	font-size: 24px;
	/* font-weight: bold; */
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 16px;
	color: #fff;
	margin-top: 40px;
}

.fhkj-news-title::before {
	content: '';
	display: block;
	width: 6px;
	height: 24px;
	background: #0195ff;
	margin-right: 19px;

}

.fhkj-news-title a {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.fhkj-news-title a:hover {
	color: #0195ff;
}

.fhkj-news-wrap {
	width: 630px;
	height: 480px;
	background: #fff;
	border-radius: 6px;
	margin-top: 20px;
	padding: 38px 38px 0;
}

.fhkj-news-top {
	width: 550px;
	height: 260px;
	border: 1px dashed #999;
	border-radius: 10px;
	padding: 10px;
}

.fhkj-news-top-title {
	font-size: 18px;
	margin: 10px 0;
}

.fhkj-news-top-jydt {
	font-size: 14px;
	color: #0195ff;
}

.fhkj-new-top-detail {
	height: 144px;
	margin-top: 20px;
}

.fhkj-news-list {
	margin-top: 22px;
	line-height: 40px;
	font-size: 14px;
}

.fhkj-news-list a {
	margin-right: 10px;
	color: #000;
}

.fhkj-news-list a:hover {
	color: #0195ff;
}

.fhkj-news-list span {
	color: #999;
}

.fhkj-swiper-wrap {
	width: 526px;
	height: 222px;
	overflow: hidden;
}

.fhkj-history-item {
	width: 250px;
	height: 100%;
	margin-right: 26px;
	/* background-color: red; */
	flex-shrink: 0;
	display: block;
}

.fhkj-history-item:nth-last-of-type(1) {
	margin-right: 0;
}

.fhkj-history-item img {
	width: 100%;
	height: 174px;
	object-fit: cover;
}

.fhkj-history-item div {
	color: #333;
	margin: 5px 0;
}

.fhkj-history-item:hover div {
	color: #0194ff;
}

.fhkj-zjyj {
	background: #0194ff;
	width: 44px;
	height: 130px;
	color: #fff;
	font-size: 18px;
	writing-mode: vertical-rl;
	/* 竖排从右往左 */
	text-orientation: upright;
	/* 竖直方向正立 */
	letter-spacing: 5px;
	border-radius: 10px;
}

.fhkj-yanjiang-list-wrap {
	height: 120px;
}

.fhkj-yanjiang-list-item {
	height: 40px;
	line-height: 40px;
	padding-left: 24px;
	width: 510px;
}

.fhkj-yanjiang-list-item:nth-of-type(2n+1) {
	background-color: #f8f8f8;
}

.fhkj-yanjiang-list-wrap[data-scrollbar] .scrollbar-thumb {
	background: #f18c02;
}

.fhkj-yanjiang-list-item a {
	color: #333;
}

.fhkj-yanjiang-list-item a:hover {
	color: #0194ff;
}

.fhkj-text-ell1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fhkj-text-ell2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.fhkj-text-ell3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.fhkj-flex {
	display: flex;
}

.fhkj-flex-col {
	display: flex;
	flex-direction: column;
}

.fhkj-flex-wrap {
	flex-wrap: wrap;
}

.fhkj-flex-nowrap {
	flex-wrap: nowrap;
}

.fhkj-flex-shrink0 {
	flex-shrink: 0;
}

.fhkj-flex-1 {
	flex: 1;
}

.fhkj-flex-2 {
	flex: 2;
}

.fhkj-flex-3 {
	flex: 3;
}

.fhkj-flex-start-start {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.fhkj-flex-start-end {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.fhkj-flex-start-center {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.fhkj-flex-end-start {
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.fhkj-flex-end-end {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.fhkj-flex-end-center {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.fhkj-flex-center-start {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.fhkj-flex-center-end {
	display: flex;
	justify-content: center;
	align-items: flex-end;
}

.fhkj-flex-center-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.fhkj-flex-between-start {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.fhkj-flex-between-end {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.fhkj-flex-between-center {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fhkj-flex-evenly-start {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-start;
}

.fhkj-flex-evenly-end {
	display: flex;
	justify-content: space-evenly;
	align-items: flex-end;
}

.fhkj-flex-evenly-center {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}

.fhkj-flex-around-start {
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
}

.fhkj-flex-around-end {
	display: flex;
	justify-content: space-around;
	align-items: flex-end;
}

.fhkj-flex-around-center {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.fhkj-flex-start {
	display: flex;
	justify-content: flex-start;
}

.fhkj-flex-end {
	display: flex;
	justify-content: flex-end;
}

.fhkj-flex-center {
	display: flex;
	justify-content: center;
}

.fhkj-flex-between {
	display: flex;
	justify-content: space-between;
}

.fhkj-flex-evenly {
	display: flex;
	justify-content: space-evenly;
}

.fhkj-flex-around {
	display: flex;
	justify-content: space-around;
}

.fhkj-flex--start {
	display: flex;
	align-items: flex-start;
}

.fhkj-flex--end {
	display: flex;
	align-items: flex-end;
}

.fhkj-flex--center {
	display: flex;
	align-items: center;
}

.fhkj-bold {
	font-weight: bold;
}

.fhkj-text-ell1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.fhkj-text-ell2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}